/* 侧边栏 */
.slider-bar{
	width: 106px;
	position: fixed;
	bottom: 20vh;
	right: 1%;
	zoom: 0.85;
}
.slider-bar .bar-top img{
	width: 106px;
	height: 92px;
	cursor: pointer;
}
.slider-bar .bar-list{
	width: 90px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius:0 0 8px 8px;
	border: 1px solid #F9F9F9;
	margin-left:15px;
}
.slider-bar .bar-list .have{
	border-radius: 8px;
}
.slider-bar .bar-list .bar-item{
	width: 64px;
	height: 90px;
	margin:auto;
	padding-top: 16px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.slider-bar .bar-list .bar-item+.bar-item{
	border-top: 1px dashed rgba(151, 151, 151, 0.17);
}
.slider-bar .bar-list .bar-item img{
	width: 33px;
	height: 33px;
	margin: auto;
}
.slider-bar .bar-list .bar-item p{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}
.slider-bar .bar-list .bar-item .hover-show{
	position: absolute;
	top: 0;
	left: -180px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	border: 1px solid #F9F9F9;
	padding: 15px 10px;
	display: none;
}
.slider-bar .bar-list .bar-item:hover .hover-show{
	display: block;
}
.slider-bar .bar-list .bar-item .hover-show img{
	width: 120px;
	height: 120px;
	padding: 0;
}
.slider-bar .bar-list .bar-item .hover-show p{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-top: 10px;
}
.slider-bar .bar-list .bar-item .hover-show .tel-item{
	display: flex;
	align-items: center;
	padding: 5px 0 13px 0;
}
.slider-bar .bar-list .bar-item .hover-show .tel-item img{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-left: 5px;
}
.slider-bar .bar-list .bar-item .hover-show .tel-item span{
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
	margin-left: 13px;
}
/*侧边栏*/


/* 全局可使用*/
.all_container{
	width: 100%;
	background: #FFFFFF;
}
.all-block{
	width: 1200px;
	margin: auto;
	padding: 0 0 45px 0;
	/* overflow: hidden;
	 */
}
.all-block .all-index-title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.all-block .all-index-title img{
	width: 40px;
	height: 40px;
}
.all-block .all-index-title .tit{
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 550;
	color: #333333;
	line-height: 30px;
	margin: auto;
	margin-bottom: 10px;
}
.all-block .all-index-title .tit2::before {
  content: '';
  width: 120px;
  height: 48px;
  background: url('http://cpa.gaodun.cn/static/images/line_l.png') no-repeat center;
  position: absolute;
  margin-left: -130px;
  margin-top: -8px;
}
.all-block .all-index-title .tit2::after {
	content: '';
	width: 120px;
	height: 48px;
	background: url('http://cpa.gaodun.cn/static/images/line_r.png') no-repeat center;
	position: absolute;
	margin-left: 5px;
	margin-top: -8px;
}

.all-block .all-index-title .tit span{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	margin-left: 10px;
}
.all-block .all-index-title-fu p{
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	position: relative;
	margin-top: 40px;
	z-index: 1;
}
.all-block .all-index-title-fu p::before{
	content: '';
	width: 146px;
	height: 10px;
	background: linear-gradient(270deg, #FFE7A6 0%, #F9B34E 100%);
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: -1;
}
.all-block .all-index-title-fu p span{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #343434;
	line-height: 20px;
	margin-left: 8px;
}
.all-block .all-index-title-center{
	font-size: 30px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}
.all-block .all-index-title-center-big{
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.all-use-btn{
	width: 181px;
	height: 49px;
	background: #F96203;
	border-radius: 25px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	display: block;
	margin: auto;
	cursor: pointer;
}
.all-use-btn:hover{
	background: #12C7BA;
}
.all-use-btn img{
	width: 22px;
	height: 10px;
	margin-left: 10px;
	display: inline-block;
}
/* 首页 index */
.index-banner{
	width: 100%;
	height: 450px;
}
.index-banner .swiper-slide{
	width: 100%;
	height: 450px;
	cursor: pointer;
}
.all-block.index-open{
	padding-bottom: 0;
}
.index-open .open-top{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-open .open-top .do-btn{
	display: flex;
	justify-content: flex-end;
}
.index-open .open-top .do-btn img{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
}
.index-open .open-list{
	margin-top: 34px;
}
.index-open .swiper-container{
	padding:0 20px 45px 20px;
}
.index-open .swiper-button-next,
.index-open .swiper-button-prev{
	position: initial;
	margin-right: 10px;
}
.index-open .swiper-button-next:after,
.index-open .swiper-button-prev:after{
	content: '';
}
.index-open .open-list .open-item{
	width: 225.45px;
	height: 308px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #F9F9F9;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	transition: all .5s;
	transform: translateZ(0);
	overflow: hidden;
	cursor: pointer;
	transition: all .5s;
	transform: translateZ(0);
	overflow: hidden;
	margin-right: 20px;
}
.index-open .open-list .open-item:hover{
	transform: translate3d(0,-2px,0);
	box-shadow: 0px 8px 26px 0px #D7ECEB;
}
.index-open .open-list .open-item .item-top img{
	width: 100%;
	height: 126px;
	border-radius: 8px 8px 0 0;
}
.index-open .open-list .open-item .item-top .date{
	width: 94px;
	height: 21px;
	background: rgba(0,0,0,0.5);
	border-radius: 12px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
.index-open .open-list .open-item .item-bottom{
	padding: 14px;
}
.index-open .open-list .open-item .item-bottom .p1{
	height: 54px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-open .open-list .open-item .item-bottom .p2{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	margin-top: 6px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
}
.index-open .open-list .open-item .item-bottom .go-btn{
	width: 104px;
	height: 36px;
	background: linear-gradient(308deg, #FF7F49 0%, #FDAF2C 100%);
	border-radius: 18px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	display: block;
	margin-top: 17px;
}
.index-open .open-list .open-item .item-bottom .go-btn.act{
	background: linear-gradient(308deg, #FF5A33 0%, #F88724 100%);
}
.index-open .open-list .open-item .open-show-code{
	width: 223px;
	height: 308px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.index-open .open-list .open-item .open-show-code .code img{
	width: 145px;
	height: 145px;
	background: #FFFFFF;
	border-radius: 4px;
	margin:50px auto 18px auto;
}
.index-open .open-list .open-item .open-show-code .code p{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}
.index-open .open-list .open-item .open-show-code .code .close{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 24px;
	position: absolute;
	top: 5px;
	right: 12px;
	cursor: pointer;
}
.index-camp .camp-list1{
	margin-top: 32px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.index-camp .camp-list1 .camp-item{
	width: 540px;
	height: 324px;
	background: #FFFFFF;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.5);
	border-radius: 8px;
	border: 1px solid #F7F7F7;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .5s;
	transform: translateZ(0);
	overflow: hidden;
}
.index-camp .camp-list1 .camp-item:hover{
	transform: translate3d(0,-2px,0);
	box-shadow: 0px 8px 26px 0px #D7ECEB;
}
.index-camp .camp-list1 .camp-item .item-top{
	position: relative;
	width: 100%;
	height: 210px;
}
.index-camp .camp-list1 .camp-item .item-top img{
	width: 100%;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px 8px 0 0;
}
.index-camp .camp-list1 .camp-item .item-top .flag-list{
	display: flex;
	position: absolute;
	top: 24px;
	left: 25px;
	z-index: 1;
}
.index-camp .camp-list1 .camp-item .item-top .flag-list .flag{
	background: rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 12px;
	font-family: AlibabaPuHuiTiM;
	color: #FFFFFF;
	line-height: 28px;
	padding: 0 12px;
	margin-right: 7px;
}
.index-camp .camp-list1 .camp-item .item-top .flag-list .flag.king{
	display: flex;
	align-items: center;
	background: linear-gradient(137deg, #E86979 0%, #E88E6B 100%);
}
.index-camp .camp-list1 .camp-item .item-top .flag-list .flag.king img{
	width: 16px;
	height: 16px;
	position: initial;
	border-radius: initial;
	margin-top: -3px;
	margin-right: 4px;
}
.index-camp .camp-list1 .camp-item .item-bottom{
	padding: 18px 20px;
	background-color: #fff;
}
.index-camp .camp-list1 .camp-item .item-bottom .p1{
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}
.index-camp .camp-list1 .camp-item .item-bottom .p2{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #888888;
	line-height: 20px;
	margin-top: 7px;
}
.index-camp .camp-list2{
	margin-top: 32px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.index-camp .camp-list2 .camp-up-item{
	width: 540px;
	height: 270px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .5s;
	transform: translateZ(0);
	overflow: hidden;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
}
.index-camp .camp-list2 .camp-up-item:hover{
	transform: translate3d(0,-2px,0);
	box-shadow: 0px 8px 26px 0px #D7ECEB;
}
.index-camp .camp-list2 .camp-up-item .item-top{
	width: 100%;
	height: 180px;
	position: relative;
	border-radius: 8px 8px 0 0;
}
.index-camp .camp-list2 .camp-up-item:nth-child(1) .item-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back1.png) no-repeat;
	background-size: 100% 100%;
}
.index-camp .camp-list2 .camp-up-item:nth-child(2) .item-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back2.png) no-repeat;
	background-size: 100% 100%;
}
.index-camp .camp-list2 .camp-up-item:nth-child(3) .item-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back3.png) no-repeat;
	background-size: 100% 100%;
}
.index-camp .camp-list2 .camp-up-item:nth-child(4) .item-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back4.png) no-repeat;
	background-size: 100% 100%;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content{
	width: 100%;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 24px;
	box-sizing: border-box;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .flag-list{
	display: flex;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .flag-list .flag{
	background: rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 12px;
	font-family: AlibabaPuHuiTiM;
	color: #FFFFFF;
	line-height: 28px;
	padding: 0 12px;
	margin-right: 7px;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .flag-list .flag.king{
	display: flex;
	align-items: center;
	background: linear-gradient(137deg, #E86979 0%, #E88E6B 100%);
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .flag-list .flag.king img{
	width: 16px;
	height: 16px;
	position: initial;
	border-radius: initial;
	margin-top: -3px;
	margin-right: 4px;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .tit{
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 27px;
	margin-top: 13px;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .txt{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 8px;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .play{
	display: flex;
	padding-top: 13px;
	margin-top: 10px;
	border-top: 1px dashed rgba(255, 255, 255, 0.26);
}

.index-camp .camp-list2 .camp-up-item .item-top .top-content .play .play-item{
	display: flex;
	align-items: center;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .play .play-item+.play-item{
	margin-left: 37px;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .play .play-item img{
	width: 8px;
	height: 10px;
	margin-right: 4px;
}
.index-camp .camp-list2 .camp-up-item .item-top .top-content .play .play-item span{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}
.index-camp .camp-list2 .camp-up-item .item-bottom{
	width: 100%;
	height: 90px;
	border-radius: 0px 0px 8px 8px;
	border: 1px solid #F7F7F7;
	display: flex;
	align-items: center;
}
.index-camp .camp-list2 .camp-up-item .item-bottom img{
	width: 46px;
	height: 48px;
	margin-right: 18px;
	margin-left: 24px;
}
.index-camp .camp-list2 .camp-up-item .item-bottom p{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.index-camp .camp-question{
	width: 100%;
	height: 65px;
	background: #F4FCF9;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.index-camp .camp-question .cq-icon{
	display: flex;
	align-items: center;
}
.index-camp .camp-question .cq-icon img{
	width: 27px;
	height: 25px;
	margin-right: 7px;
}
.index-camp .camp-question .cq-icon span{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 550;
	color: #333333;
	line-height: 22px;
}
.index-camp .camp-question .cq-desc .announcement{
	width: 200px;
	height: 40px;
}
.index-camp .camp-question .cq-desc .announcement .swiper-slide{
	display: flex;
	align-items: center;
}
.index-camp .camp-question .cq-desc .announcement .swiper-slide  a{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
}
.index-camp .camp-question .cq-desc .announcement .swiper-slide  span{
	padding: 2px;
	background: linear-gradient(180deg, #56DFDA 0%, #F96203 100%);
	border-radius: 50%;
	margin-right: 5px;
}
.index-tech .tech-list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0;
}
.index-tech .tech-list .tech-item{
	width: 260px;
	height: 242px;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	margin: 0 15px 20px 0;
	cursor: pointer;
	transition: all .5s;
	transform: translateZ(0);
	overflow: hidden;
}
.index-tech .tech-list .tech-item:hover{
	transform: translate3d(0,-2px,0);
	box-shadow: 0px 8px 26px 0px #D7ECEB;
}
.index-tech .tech-list .fist-block .fb-top{
	background: #517B81;
	height: 186px;
	padding: 42px 18px;
	box-sizing: border-box;
	border-radius: 8px 8px 0 0;
	position: relative;
	z-index: 1;
}
.index-tech .tech-list .fist-block .fb-top::after{
	content: '';
	width: 159px;
	height: 135px;
	background: url(http://cpa.gaodun.cn/static/images/index_section_icon1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.index-tech .tech-list .fist-block.green .fb-top::after{
	width: 155px;
	height: 124px;
	background: url(http://cpa.gaodun.cn/static/images/index_section_icon2.png) no-repeat;
	background-size: 100% 100%;
}
.index-tech .tech-list .fist-block .fb-top .p1{
	font-size: 28px;
	font-family: AlibabaPuHuiTiB;
	color: #FFFFFF;
	line-height: 27px;

}
.index-tech .tech-list .fist-block .fb-top .p2{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 13px;
}
.index-tech .tech-list .fist-block .fb-bottom{
	height: 56px;
	background: #164046;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 0 0 8px 8px;
	padding: 0 18px;
	box-sizing: border-box;
}
.index-tech .tech-list .fist-block .fb-bottom span{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FAFBFC;
	line-height: 22px;
}
.index-tech .tech-list .fist-block .fb-bottom img{
	width: 22px;
	height: 10px;
}
.index-tech .tech-list .fist-block.green .fb-top{
	background: #65A27C;
}
.index-tech .tech-list .fist-block.green .fb-bottom{
	background: #23402E;
}
.index-tech .tech-list .tech-item .ti-top img{
	width: 260px;
	height: 134px;
	border-radius: 8px 8px  0 0;
}
.index-tech .tech-list .tech-item .ti-bottom{
	width: 260px;
	height: 108px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 0 0 8px 8px;
	padding: 13px 17px;
	box-sizing: border-box;
	position: relative;
}
.index-tech .tech-list .tech-item .ti-bottom .tit{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
}
.index-tech .tech-list .tech-item .ti-bottom .flag{
	background: #FFF5E5;
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ED9F2D;
	line-height: 22px;
	padding: 0 8px;
	margin-top: 8px;
	width: fit-content;
}
.index-tech .tech-list .tech-item .ti-bottom .price{
	width: 234px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
	position: absolute;
	bottom: 14px;
}
.index-tech .tech-list .tech-item .ti-bottom .price .left .s3{
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FF6534;
	line-height: 27px;

}
.index-tech .tech-list .tech-item .ti-bottom .price .left .s4{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 550;
	color: #FF6534;
	line-height: 27px;
}
.index-tech .tech-list .tech-item .ti-bottom .price .left .s5{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
	text-decoration: line-through;
}
.index-tech .tech-list .tech-item .ti-bottom .price .right{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
}
.all-block.index-tech .all-index-title{
	position: relative;
}
.index-tech .free-learn{
	width: 230px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.index-tech .free-learn .fl-top{
	width: 208px;
	height: 28px;
	background: url(https://static.woshipm.com/2021070316424055088bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.index-tech .free-learn .fl-top span{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #7E521D;
	line-height: 14px;
}
.all-block.index-tech .free-learn .fl-top .logo{
	width: 28px;
	height: 20px;
	margin-right: 3px;
}
.all-block.index-tech .free-learn .fl-top .jt{
	width: 6px;
	height: 10px;
	margin-left: 2px;
}
.index-tech .free-learn .fl-bottom{
	width: 208px;
	height: 179px;
	background: #FFFFFF;
	padding: 18px 20px;
	box-sizing: border-box;
	display: none;
	margin-top: 11px;
}
.index-tech .free-learn .fl-bottom .fb-item{
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.index-tech .free-learn .fl-bottom .fb-item .item-left img{
	width: 28px;
	height: 28px;
}
.index-tech .free-learn .fl-bottom .fb-item .item-right{
	margin-left: 10px;
}
.index-tech .free-learn .fl-bottom .fb-item .item-right .p1{
	font-size: 15px;
	font-family: AlibabaPuHuiTiR;
	color: #333333;
	line-height: 21px;
}
.index-tech .free-learn .fl-bottom .fb-item .item-right .p2{
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #999999;
	line-height: 20px;
}
.index-tech .free-learn .more{
	text-align: center;
	width: 166px;
	height: 32px;
	background: rgba(1, 168, 157, 0.15);
	border-radius: 16px;
	cursor: pointer;
}
.index-tech .free-learn .more:hover{
	background: rgba(1, 168, 157, 0.25);
}
.index-tech .free-learn .more a{
	font-size: 15px;
	font-family: AlibabaPuHuiTiR;
	color: #F96203;
	line-height: 32px;
	text-align: center;
	margin-top:7px;
}
.all-block.index-member{
	width: 100%;
	padding: 45px 0;
	background: #FAFBFC;
}
.all-block.index-member .member-content{
	width: 1200px;
	margin: 0 auto;
}
.index-member .member-list{
	display: flex;
	margin-top: 35px;
	cursor: pointer;
}
.index-member .member-list .member-left{
	width: 262px;
	height: 378px;
	background: #fff;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	position: relative;
}
.index-member .member-list img{
	width: 80px;
	height: 70px;
	display: block;
	margin: 90px auto 24px auto;
}
.index-member .member-list .member-left .member-img{
	width: 90px;
	height: 78px;
}
.index-member .member-list .member-tit{
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 24px;
	text-align: center;
}
.index-member .member-list .member-left .small{
	width: 130px;
	height: 38px;
	border-radius: 21px;
	font-size: 14px;
	margin-top: 50px;
}
.index-member .member-list .member-left .small img{
	margin: 0 0 0 5px;
}
.index-member .member-list .member-left .member-left-back{
	width: 260px;
	height: 380px;
	background: #F96203;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
	box-sizing: border-box;
	display: none;
}
.index-member .member-list .member-left .member-left-back .p1{
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 85px;
}
.index-member .member-list .member-left .member-left-back .p2{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	margin-top: 5px;
}
.index-member .member-list .member-left .member-left-back .small{
	background: #FFFFFF;
	color: #F96203;
	margin-top: 55px;
}
.index-member .member-list .member-left:hover .member-left-back{
	display: block;
}
.index-member .member-list .member-right{
	width: 920px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 12px;
}
.index-member .member-list .member-right .mr-item{
	width: 208px;
	height: 180px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	margin-bottom: 14px;
	position: relative;
	overflow: hidden;
}
.index-member .member-list .member-right .mr-item img{
	margin: 20px auto 10px auto;
}
.index-member .member-list .member-right .mr-item:nth-child(6),
.index-member .member-list .member-right .mr-item:nth-child(7),
.index-member .member-list .member-right .mr-item:nth-child(8){
	background: linear-gradient(136deg, #6D716F 0%, #545454 100%);
}
.index-member .member-list .member-right .mr-item:nth-child(6) .member-tit,
.index-member .member-list .member-right .mr-item:nth-child(7) .member-tit,
.index-member .member-list .member-right .mr-item:nth-child(8) .member-tit{
	color: #FFFFFF;
}
.index-member .member-list .member-right .mr-item .svip-flag{
	font-size: 10px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #545454;
	line-height: 22px;
	background: #FFD688;
	width: 156px;
	position: absolute;
	top: 15px;
	left: -42px;
	transform: rotateZ(-33deg);
	text-align: center;
}

.index-member .member-list .member-right .mr-item .mr-item-back{
	width: 208px;
	height: 182px;
	background: #F96203;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	padding: 17px 13px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.index-member .member-list .member-right .mr-item .mr-item-back .p1{
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}
.index-member .member-list .member-right .mr-item .mr-item-back .p2{
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	margin-top: 5px;
}
.index-member .member-list .member-right .mr-item:hover .mr-item-back{
	display: block;
}
.index-member .member-tips{
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin-top: 18px;
	margin-bottom: 40px;
}
.index-serve .serve-show{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 27px;
}
.index-serve .serve-show .show-left{
	width: 611px;
	height: 333px;
	background: #1D312A;
	border-radius: 8px 0px 0px 8px;
	padding: 0 24px;
	box-sizing: border-box;
}
.index-serve .serve-show .show-left .sl-tit{
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 34px;
	margin-top: 45px;
}
.index-serve .serve-show .show-left .sl-txt{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	margin-top: 16px;
}
.index-serve .serve-show .show-left img{
	width: 457px;
	height: 40px;
	margin-top: 33px;
}
.index-serve .serve-show .show-right img{
	width: 589px;
	height: 333px;
	border-radius: 0px 8px 8px 0px;
}
.index-serve .serve-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 28px;
}
.index-serve .serve-list .serve-item{
	width: 209px;
	height: 290px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	border: 1px solid #F9F9F9;
}
.index-serve .serve-list .serve-item .si-top{
	width: 209px;
	height: 66px;
}
.index-serve .serve-list .serve-item:nth-child(1) .si-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back1.png) no-repeat;
	background-size: 100% 100%;
}
.index-serve .serve-list .serve-item:nth-child(2) .si-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back2.png) no-repeat;
	background-size: 100% 100%;
}
.index-serve .serve-list .serve-item:nth-child(3) .si-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back3.png) no-repeat;
	background-size: 100% 100%;
}
.index-serve .serve-list .serve-item:nth-child(4) .si-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back4.png) no-repeat;
	background-size: 100% 100%;
}
.index-serve .serve-list .serve-item:nth-child(5) .si-top{
	background: url(http://cpa.gaodun.cn/static/images/index_section_back5.png) no-repeat;
	background-size: 100% 100%;
}
.index-serve .serve-list .serve-item .si-top p{
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	padding: 19px 17px;
	box-sizing: border-box;
}
.index-serve .serve-list .serve-item .si-bottom{
	padding: 17px;
}
.index-serve .serve-list .serve-item .si-bottom .p1{
	font-size: 16px;
	height: 100px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
	text-align: justify;
}
.index-serve .serve-list .serve-item .si-bottom .p2{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 5px;
}
.index-serve .serve-case .case-title{
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
	margin-top: 60px;
}
.index-serve .serve-case .case-nav-list{
	display: flex;
	margin-top: 30px;
}
.index-serve .serve-case .case-nav-list .case-nav-item{
	width: 264px;
	margin-right: 14px;
	cursor: pointer;
}
.index-serve .serve-case .case-nav-list .case-nav-item img{
	width: 264px;
	height: 71px;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 4px;
	border: 1px solid #F9F9F9;
	margin-top: 1px;
	margin-left: 1px;
}
.index-serve .serve-case .case-nav-list .case-nav-item.act{
	width:264px;
	height: 82px;
	background: url(http://cpa.gaodun.cn/static/images/checked.png) no-repeat;
	background-size: 100% 100%;
}
.index-serve .serve-case .case-show-list{
	margin-top: 27px;
}
.index-serve .serve-case .case-show-list .case-show-item{
	display: none;
}

.index-serve .serve-case .case-show-list .case-show-item .csi-content{
	display: flex;
	align-items: center;
	padding: 20px 15px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 4px;
	border: 1px solid #F9F9F9;
	margin-bottom: 40px;
}
.index-serve .serve-case .case-show-list .case-show-item .csi-left img{
	width: 263px;
	height: 158px;
}
.index-serve .serve-case .case-show-list .case-show-item .csi-right{
	margin-left: 26px;
}
.index-serve .serve-case .case-show-list .case-show-item .csi-right .p1{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}
.index-serve .serve-case .case-show-list .case-show-item .csi-right .p2{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	margin-top: 12px;
}
.all-block.index-why{
	width: 100%;
	height: 500px;
	background: url(http://cpa.gaodun.cn/static/images/index_diwen4.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.index-why .iw-tit{
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
	padding-top: 15px;
	text-align: center;
}
.index-why .iw-tit-fu{
	font-size: 30px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 40px;
	text-align: center;
}
.index-why .iw-content{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.index-why .iw-content .iwc-item{
	width: 540px;
	height: 281px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px #2E9D92;
	border-radius: 8px;
	border: 1px solid #F9F9F9;
	padding: 35px 24px;
	box-sizing: border-box;
}
.index-why .iw-content .iwc-item+.iwc-item{
	margin-left: 20px;
}
.index-why .iw-content .iwc-item .item-top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index-why .iw-content .iwc-item .item-top img{
	width: 106px;
	height: 106px;
}
.index-why .iw-content .iwc-item .item-top .it-tt{
	width: 351px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	margin-left: 24px;
}
.index-why .iw-content .iwc-item  .item-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-top: 32px;
}
.index-why .iw-content .iwc-item  .item-bottom .ib .p1{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3A88C1;
	line-height: 20px;
}
.index-why .iw-content .iwc-item:last-child .item-bottom .ib .p1 {
	color: #2EAB23;
}
.index-why .iw-content .iwc-item  .item-bottom .ib .p1 span{
	font-size: 28px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #3A88C1;
	line-height: 40px;
}
.index-why .iw-content .iwc-item:last-child .item-bottom .ib .p1 span{
	color: #2EAB23;
}
.index-why .iw-content .iwc-item  .item-bottom .ib .p2{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 2px;
}
.index-five .five-show img{
	width: 1200px;
	height: 662px;
	margin-top: 50px;
}
.index-use .use-homework .learn-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;

}
.index-use .learn-top .learn-tit{
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
	position: relative;
	z-index: 1;
}
.index-use .learn-top .learn-tit::before{
	content: '';
	width: 147px;
	height: 10px;
	background: linear-gradient(270deg, #FFE7A6 0%, #F9B34E 100%);
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: -1;
}
.index-use .use-story .learn-top .learn-tit::before{
	width: 96px;
}
.index-use .use-homework{
	margin-top: 50px;
}
.index-use .use-homework .learn-top .learn-more{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F96203;
	line-height: 22px;
	cursor: pointer;
}
.index-use .use-homework  .learn-top .learn-more img{
	width: 22px;
	height: 10px;
	display: inline-block;
	margin-left: 4px;
}
.index-use .use-homework  .learn-bottom{
	display: flex;
	justify-content: flex-start;
	margin-top: 32px;
}
.index-use .use-homework  .learn-bottom .lb-item{
	width: 290px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	padding: 30px 15px;
	box-sizing: border-box;
	cursor: pointer;
}
.index-use .use-homework .learn-bottom .lb-item:hover{
	box-shadow: 0px 8px 26px 0px #d2e7e5;
}
.index-use .use-homework .learn-bottom .lb-item:hover .p3{
	color: #F96203;
}
.index-use .use-homework  .learn-bottom .lb-item+.lb-item{
	margin-left: 15px;
}
.index-use .use-homework  .learn-bottom .lb-item .p1{
	font-size: 16px;
	height: 44px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 550;
	color: #333333;
	line-height: 22px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-use .use-homework  .learn-bottom .lb-item .p2{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	height: 20px;
	margin-top: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
}
.index-use .use-homework  .learn-bottom .lb-item .p3{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin-top: 28px;
	display: flex;
	align-items: center;
}
.index-use .use-homework  .learn-bottom .lb-item .p3 div{
	width: 18px;
	height: 6px;
	background: url(http://cpa.gaodun.cn/static/images/index_arrow_gray.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 4px;
}
.index-use .use-homework  .learn-bottom .lb-item:hover .p3 div{
	background: url(http://cpa.gaodun.cn/static/images/index_arrow_green.png) no-repeat;
	background-size: 100% 100%;
}
.index-use .use-story{
	margin-top: 60px;
}
.index-use .use-story .learn-bottom{
	display: flex;
}
.index-use .use-story .learn-bottom .story-item{
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	margin-top: 30px;
	padding: 30px 15px;
	box-sizing: border-box;
	height: 290px;
	width: 390px;
	cursor: pointer;
}
.index-use .use-story .learn-bottom .story-item+.story-item{
	margin-left: 15px;
}
.index-use .use-story .learn-bottom .story-item .story-top{
	display: flex;
	align-items: center;
}
.index-use .use-story .learn-bottom .story-item .story-top .st-left img{
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
.index-use .use-story .learn-bottom .story-item .story-top .st-right{
	margin-left: 14px;
}
.index-use .use-story .learn-bottom .story-item .story-top .st-right .p1{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}
.index-use .use-story .learn-bottom .story-item .story-top .st-right .p1 span{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF8534;
	line-height: 12px;
	background: #FDEFE5;
	border-radius: 4px;
	padding: 7px;
	margin-left: 5px;
}
.index-use .use-story .learn-bottom .story-item .story-top .st-right .p2{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #77849D;
	line-height: 17px;
	margin-top: 10px;
}
.index-use .use-story .learn-bottom .story-item .story-bottom{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin-top: 20px;
	text-align: justify;
	height: 130px;
}
.index-use .use-story .learn-bottom .story-item .story-more{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F96203;
	line-height: 22px;
	margin-top: 15px;
	display: none;
}
.index-use .use-story .learn-bottom .story-item .story-more img{
	display: inline-block;
	width: 22px;
	height: 10px;
	margin-left: 5px;
}
.index-use .use-story .learn-bottom .story-item:hover{
	box-shadow: 0px 8px 26px 0px #D2E7E5;
}
.index-use .use-story .learn-bottom .story-item:hover .story-more{
	display: block;
}
.index-offer .offer-show{
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	margin-top: 50px;
	text-align: center;
}
.index-offer .offer-show .os-tit{
	width: 100%;
	height: 76px;
	background: #36BEB1;
	border-radius: 8px 8px 0px 0px;
	display: flex;
	justify-content: space-around;
}
.index-offer .offer-show .os-tit .os-item{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 76px;
}
.index-offer .offer-show .os-tit .os-item:nth-child(1),
.index-offer .offer-show .os-txt .os-item:nth-child(1){
	width: 160px;
}
.index-offer .offer-show .os-tit .os-item:nth-child(2),
.index-offer .offer-show .os-txt .os-item:nth-child(2){
	width: 100px;
}
.index-offer .offer-show .os-tit .os-item:nth-child(3),
.index-offer .offer-show .os-txt .os-item:nth-child(3){
	width: 220px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index-offer .offer-show .os-tit .os-item:nth-child(4),
.index-offer .offer-show .os-txt .os-item:nth-child(4){
	width: 100px;
}
.index-offer .offer-show .os-tit .os-item:nth-child(5),
.index-offer .offer-show .os-txt .os-item:nth-child(5){
	width: 160px;
}
.index-offer .offer-show .os-txt{
	width: 100%;
	height: 76px;
	display: flex;
	justify-content: space-around;
}
.index-offer .offer-show .os-txt .os-item{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 76px;
}
.index-offer .offer-show .os-txt .os-item img{
	width: 148px;
	height: 38px;
	display: inline-block;
}
.index-trust .trust-show1{
	margin-top: 50px;
}
.index-trust .trust-show1 img{
	width: 100%;
	margin-bottom: 80px;
}
.index-trust .trust-show2{
	margin-top: 50px;
	background: #FFFFFF;
	box-shadow: 0px 12px 20px 0px rgba(241, 241, 241, 0.5);
	border-radius: 8px;
	border: 1px solid #F7F7F7;
	padding: 20px;
}
.index-trust .trust-show2 .show2-top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index-trust .trust-show2 .show2-top .top-item{
	width: 206px;
}
.index-trust .trust-show2 .show2-top .top-item+.top-item{
	margin-left: 8px;
}
.index-trust .trust-show2 .show2-top .top-item img{
	width: 206px;
}
.index-trust .trust-show2 .show2-top .top-item p{
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 550;
	color: #333333;
	line-height: 20px;
	text-align: center;
	margin-top: 16px;
}
.index-trust .trust-show2 .show2-bottom{
	background: rgba(216, 216, 216, 0.15);
	border-radius: 4px;
	padding: 22px 26px;
	margin-top: 26px;
}
.index-trust .trust-show2 .show2-bottom .bottom-item{
	display: flex;
}
.index-trust .trust-show2 .show2-bottom .bottom-item+.bottom-item{
	margin-top: 30px;
}
.index-trust .trust-show2 .show2-bottom .bottom-item .bi-left{
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(32, 161, 148, 0.4);
	line-height: 32px;
	border-bottom:3px solid rgba(32, 161, 148, 0.4);
}
.index-trust .trust-show2 .show2-bottom .bottom-item .bi-right{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-left: 20px;
}

/* 关于我们 */
.all-about-title{
	font-size: 30px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.all-about-title-fu{
	width: 720px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	text-align: center;
	margin: 32px auto;
}
.about-banner{
	width: 100%;
	height: 381px;
	background-image: url(http://cpa.gaodun.cn/static/images/about_banner.png);
	background-position-x: center;
}
.about-banner .about-banner-content{
	padding-top: 180px;
	text-align: center;
}
.about-banner .about-banner-content .p1{
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
}
.about-banner .about-banner-content .p2{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 13px;
}
.all-block.about-who.index-why{
	width: 1200px;
	background: none;
}
.about-who.index-why .iw-content .iwc-item{
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
}
.about-who .aw-tips{
	width: 100%;
	height: 65px;
	background: #F4FCF9;
	border-radius: 8px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 40px;
}
.about-who .aw-tips img{
	display: inline-block;
	width: 30px;
	height: 28px;
}
.about-who .aw-tips .s1{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 550;
	color: #333333;
	line-height: 65px;
	margin-left: 16px;
}
.about-who .aw-tips .s2{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 65px;
	margin-left: 16px;
}
.about-big .big-show{
	width: 100%;
	height: 317px;
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 8px;
	border: 1px solid #F9F9F9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 26px 34px 26px;
	box-sizing: border-box;
	margin-top: 65px;
	margin-bottom: 40px;
}
.about-big .big-show .bs-left{
	width: 226px;
	height: 226px;
	background: url(http://cpa.gaodun.cn/static/images/about_section_back1.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.about-big .big-show .bs-left img{
	width: 226px;
	height: 302px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.about-big .big-show .bs-center{
	width: 387px;
}
.about-big .big-show .bs-center .p1{
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
}
.about-big .big-show .bs-center .p2{
	margin-top: 8px;
}
.about-big .big-show .bs-center .p2 span{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FF8534;
	line-height: 25px;
	background: #FDEFE5;
	border-radius: 4px;
	padding: 0 8px;
	margin-right: 10px;
}
.about-big .big-show .bs-center .p3{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-top: 22px;
}
.about-big .big-show .bs-right{
	width: 366px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.about-big .big-show .bs-right .nav-item{
	width: 63px;
	height: 63px;
	margin: 8px 5px;
	cursor: pointer;
}
.about-big .big-show .bs-right .nav-item img{
	background: #DFDFDF;
	box-shadow: 0px 3px 7px 0px #A1B2B0;
	border-radius: 4px 4px 24px 4px;
}
.about-big .big-show .bs-right .nav-item.act img{
	background: #37B1A5;
}
.about-system .system-content{
	background: #FFFFFF;
	box-shadow: 0px 8px 26px 0px rgba(229, 229, 229, 0.5);
	border-radius: 0px 8px 8px 0px;
	border: 1px solid #F9F9F9;
}
.about-system .system-content .sc-nav{
	width: 100%;
	height: 80px;
	display: flex;
	border-bottom: 1px solid rgba(151, 151, 151, 0.15);
}
.about-system .system-content .sc-nav .nav-item{
	width: 50%;
}
.about-system .system-content .sc-nav .nav-item p{
	width: 160px;
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 78px;
	margin: auto;
	cursor: pointer;
}
.about-system .system-content .sc-nav .nav-item.act p{
	color: #F96203;
	border-bottom: 4px solid rgba(1, 168, 157, 1);
}
.about-system .system-content .sc-show{
	padding: 26px;
}
.about-system .system-content .sc-show .show-item{
	display: none;
}
.about-system .system-content .sc-show .show-item img{
	width: 1052px;
	height: 390px;
}
.all-block.about-polish{
	width: 100%;
	background: #FAFBFC;
}
.about-polish .polish-show{
	width: 1200px;
	margin: 72px auto 45px auto;
}
.about-polish .polish-show .ps-img1{
	width: 1019px;
	height: 132px;
}
.about-polish .polish-show .ps-img2{
	width: 1075px;
	height: 200px;
	margin-left: 5px;
	margin-top: 9px;
}
.about-polish .polish-show .ps-img3{
	width: 978px;
	height: 100px;
	margin-left: 115px;
	margin-top: 13px;
}
.about-service .service-content{
	background: #FFFFFF;
	box-shadow: 0px 12px 20px 0px rgba(241, 241, 241, 0.5);
	border-radius: 0px 8px 8px 0px;
	border: 1px solid #F7F7F7;
	margin-top: 32px;
}
.about-service .service-content .sc-nav{
	width: 100%;
	height: 80px;
	display: flex;
	border-bottom: 1px solid rgba(151, 151, 151, 0.15);
}
.about-service .service-content .sc-nav .nav-item{
	width: 50%;
}
.about-service .service-content .sc-nav .nav-item p{
	width: 160px;
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 78px;
	margin: auto;
	cursor: pointer;
}
.about-service .service-content .sc-nav .nav-item.act p{
	color: #F96203;
	border-bottom: 4px solid rgba(1, 168, 157, 1);
}
.about-service .service-content .sc-show{
	padding: 36px 20px 0 20px;
	height: 438px;
	box-sizing: border-box;
}
.about-service .service-content .sc-show .show-item{
	display: none;
}
.about-service .service-content .sc-show .show-item .si-tit{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}
.about-service .service-content .sc-show .show-item .si-step-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 27px;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item{
	width: 340px;
	height: 290px;
	border-radius: 8px;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item .item-top{
	width: 340px;
	height: 70px;
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	padding: 20px 28px;
	box-sizing: border-box;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item:nth-child(1){
	background: #F3FDFF;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item:nth-child(1) .item-top{
	background: url(http://cpa.gaodun.cn/static/images/about_section_back2.png) no-repeat;
	background-size: 100% 100%;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item:nth-child(2){
	background: #F2FFFA;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item:nth-child(2) .item-top{
	background: url(http://cpa.gaodun.cn/static/images/about_section_back3.png) no-repeat;
	background-size: 100% 100%;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item:nth-child(3){
	background: #FAF7FF;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item:nth-child(3) .item-top{
	background: url(http://cpa.gaodun.cn/static/images/about_section_back4.png) no-repeat;
	background-size: 100% 100%;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item .item-bottom{
	padding: 24px 28px;
}
.about-service .service-content .sc-show .show-item .si-step-list .si-step-item .item-bottom p{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.about-service .service-content .sc-show .show-item .si-company-list{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item{
	width: 256px;
	height: 159px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_back.png) no-repeat;
	background-size: 100% 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 5px 4px;
	position: relative;
	z-index: 1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item:nth-child(1)::after{
	content: '';
	width: 35px;
	height: 78px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_icon1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: 26px;
	z-index: -1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item:nth-child(2)::after{
	content: '';
	width: 91px;
	height: 92px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_icon2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 4px;
	right: 8px;
	z-index: -1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item:nth-child(3)::after{
	content: '';
	width: 60px;
	height: 90px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_icon3.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 15px;
	right: 8px;
	z-index: -1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item:nth-child(4)::after{
	content: '';
	width: 61px;
	height: 75px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_icon1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 16px;
	right: 8px;
	z-index: -1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item:nth-child(5)::after{
	content: '';
	width: 59px;
	height: 79px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_icon2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: 8px;
	z-index: -1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item:nth-child(6)::after{
	content: '';
	width: 96px;
	height: 100px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_icon3.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: -1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item:nth-child(7)::after{
	content: '';
	width: 49px;
	height: 80px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_icon4.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 18px;
	right: 8px;
	z-index: -1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item:nth-child(8)::after{
	content: '';
	width: 59px;
	height: 78px;
	background: url(http://cpa.gaodun.cn/static/images/about_service_icon5.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 14px;
	right: 8px;
	z-index: -1;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item .item-top img{
	width: 31px;
	height: 28px;
	display: inline-block;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item .item-top span{
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 25px;
}
.about-service .service-content .sc-show .show-item .si-company-list .si-company-item .item-bottom{
	width: 215px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top: 12px;
}
.all-block.about-other{
	width: 100%;
	background: #F3FDFF;
}
.about-other .other-show{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.about-other .other-show .os-info{
	width: 50%;
}
.about-other .other-show .os-info .os-title{
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin-top: 15px;
}
.about-other .other-show .os-info .os-list .os-item{
	display: flex;
	height: 120px;
	margin: 32px 0 38px 0;
}
.about-other .other-show .os-info .os-list .os-item .oi-img img{
	width: 69px;
	height: 69px;
}
.about-other .other-show .os-info .os-list .os-item .oi-txt{
	margin-left: 20px;
}
.about-other .other-show .os-info .os-list .os-item .oi-txt .p1{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 550;
	color: #333333;
	line-height: 30px;
}
.about-other .other-show .os-info .os-list .os-item .oi-txt .p2{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 5px;
}
.about-other .other-show .os-info .os-list .os-item .oi-txt .p2 span{
	padding-left: 50px;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.newdisassemble {
  width: 100%;
  min-width: 1200px;
  height: 1350px;
  background-size: 100% 1543px;
  padding-top: 30px;
  background-color: #fff;
}
.newdisassemble .swiper_tit {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.newdisassemble .swiper_tit .every_nav {
  line-height: 60px;
  height: 60px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  width: 226px;
  text-align: center;
  padding-left: 26px;
}
.newdisassemble .swiper_tit .every_nav span {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.newdisassemble .swiper_tit .every_nav:hover {
  cursor: pointer;
}
.newdisassemble .swiper_tit .every_nav1 {
  background: url('http://cpa.gaodun.cn/static/images/stepbg1.png') no-repeat center;
}
.newdisassemble .swiper_tit .every_nav1 span::before {
  width: 30px;
  height: 30px;
  background: url('http://cpa.gaodun.cn/static/images/disa1.png') no-repeat center;
  content: '';
  position: absolute;
  left: -34px;
  top: 0;
}
.newdisassemble .swiper_tit .every_nav2 {
  background: url('http://cpa.gaodun.cn/static/images/stepbg2.png') no-repeat center;
}
.newdisassemble .swiper_tit .every_nav2 span::before {
  width: 30px;
  height: 30px;
  background: url('http://cpa.gaodun.cn/static/images/disa2.png') no-repeat center;
  content: '';
  position: absolute;
  left: -34px;
  top: 0;
}
.newdisassemble .swiper_tit .every_nav3 {
  background: url('http://cpa.gaodun.cn/static/images/stepbg3.png') no-repeat center;
}
.newdisassemble .swiper_tit .every_nav3 span::before {
  width: 30px;
  height: 30px;
  background: url('http://cpa.gaodun.cn/static/images/disa3.png') no-repeat center;
  content: '';
  position: absolute;
  left: -34px;
  top: 0;
}
.newdisassemble .swiper_tit .every_nav4 {
  background: url('http://cpa.gaodun.cn/static/images/stepbg4.png') no-repeat center;
}
.newdisassemble .swiper_tit .every_nav4 span::before {
  width: 30px;
  height: 30px;
  background: url('http://cpa.gaodun.cn/static/images/disa4.png') no-repeat center;
  content: '';
  position: absolute;
  left: -34px;
  top: 0;
}
.newdisassemble .swiper_tit .every_nav5 {
  background: url('http://cpa.gaodun.cn/static/images/stepbg5.png') no-repeat center;
}
.newdisassemble .swiper_tit .every_nav5 span::before {
  width: 30px;
  height: 30px;
  background: url('http://cpa.gaodun.cn/static/images/disa5.png') no-repeat center;
  content: '';
  position: absolute;
  left: -34px;
  top: 0;
}
.newdisassemble .swiper_tit .active_nav {
  line-height: 80px;
  height: 80px;
  background-size: cover;
}
.newdisassemble .ftables {
  height: 534px;
  overflow: hidden;
  background: url('http://cpa.gaodun.cn/static/images/ftablebg.png') no-repeat center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.newdisassemble .ftables .tablewrap .every_table {
  position: relative;
  height: 534px;
  width: 1200px;
}
.newdisassemble .ftables .tablewrap .every_table .commontable {
  width: 986px;
  margin: 0 auto;
  margin-top: 30px;
  border-collapse: collapse;
  box-sizing: border-box;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr th {
  height: 60px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit1 {
  background-color: #ff9600;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit2 {
  background-color: #f98850;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit3 {
  background-color: #f96c50;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit4 {
  background-color: #fb593d;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit5 {
  background-color: #f74e32;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit10 {
  width: 222px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit11 {
  width: 760px;
  border-right: 1px solid #ff9600;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit21 {
  width: 379px;
  border-right: 1px solid #fff;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit22 {
  width: 377px;
  border-right: 1px solid #f98850;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit31 {
  width: 379px;
  border-right: 1px solid #fff;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit32 {
  width: 377px;
  border-right: 1px solid #f96c50;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit41 {
  width: 760px;
  border-right: 1px solid #fb593d;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit51 {
  width: 379px;
  border-right: 1px solid #fff;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit52 {
  width: 377px;
  border-right: 1px solid #f74e32;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit12 {
  width: 760px;
  border-right: 1px solid #f98850;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit13 {
  width: 760px;
  border-right: 1px solid #f96c50;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit14 {
  width: 760px;
  border-right: 1px solid #fb593d;
}
.newdisassemble .ftables .tablewrap .every_table .commontable thead tr .tit15 {
  width: 760px;
  border-right: 1px solid #f74e32;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr {
  margin-top: -1px;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr td {
  height: 37px;
  text-align: center;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr .tableone1 {
  width: 222px;
  text-align: center;
  background-color: #ffc472;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr .tableone12 {
  background-color: #ffa97e;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr .tableone13 {
  background-color: #ff9b87;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr .tableone14 {
  background-color: #ffa595;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr .tableone15 {
  background-color: #ff8874;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr .tableone2 {
  width: 500px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr .tableone3 {
  width: 222px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.newdisassemble .ftables .tablewrap .every_table .commontable tbody tr .tableone4 {
  width: 222px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.newdisassemble .ftables .dbbutton21 {
  position: absolute;
  bottom: 236px;
  left: 34px;
  z-index: 14;
}
.newdisassemble .ftables .dbbutton21 .goleft2 {
  width: 39px;
  height: 71px;
  background-color: #efb960;
  text-align: center;
  line-height: 78px;
}
.newdisassemble .ftables .dbbutton21 .goleft2:hover {
  cursor: pointer;
  background-color: #ce9e51;
}
.newdisassemble .ftables .dbbutton22 {
  position: absolute;
  bottom: 236px;
  right: 34px;
  z-index: 14;
}
.newdisassemble .ftables .dbbutton22 .goright2 {
  width: 39px;
  height: 71px;
  background-color: #efb960;
  text-align: center;
  line-height: 78px;
}
.newdisassemble .ftables .dbbutton22 .goright2:hover {
  cursor: pointer;
  background-color: #ce9e51;
}
.newdisassemble .allteachers {
  margin-top: 46px;
}
.newdisassemble .allteachers .myswi {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.newdisassemble .allteachers .myswi .everysw {
  padding: 14px 30px;
  outline: none;
  border: 1px solid #ff9600;
  background-color: #ffffff;
  color: #ff9600;
  font-size: 18px;
}
.newdisassemble .allteachers .myswi .everysw:hover {
  cursor: pointer;
}
.newdisassemble .allteachers .myswi .everysw_active {
  background-color: #ff9600;
  color: #ffffff;
}
.newdisassemble .allteachers .all_teach {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher {
  height: 384px;
  background: url('http://cpa.gaodun.cn/static/images/borderbg.png') no-repeat bottom;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info {
  width: 1164px;
  height: 344px;
  position: relative;
  display: flex;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_left {
  width: 292px;
  height: 344px;
  background-color: #dcdde1;
  overflow: hidden;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_left img{
  width: 292px;
  height: 344px;
  margin-top: 10px;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right {
  flex: 1;
  height: 347px;
  background: url('http://cpa.gaodun.cn/static/images/trightbdbg.png') no-repeat center;
  background-position-x: -334px;
  padding: 0 48px;
  position: relative;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .twobtn {
  position: absolute;
  z-index: 10;
  width: 326px;
  right: 0;
  top: 40px;
  display: flex;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .twobtn button {
  width: 140px;
  height: 36px;
  margin: 0 10px;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .twobtn button img {
  vertical-align: middle;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .twobtn .listennow {
  background: linear-gradient(to top, #e5aa4a, #ffdfa1);
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .twobtn .listennow:hover {
  cursor: pointer;
  background: linear-gradient(to top, #c79340, #e0c58d);
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .twobtn .yuyuenow {
  background: linear-gradient(to top, #eb473d, #ff7e77);
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .twobtn .yuyuenow:hover {
  cursor: pointer;
  background: linear-gradient(to top, #cc3c34, #df6d67);
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .teach_name em {
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  padding-right: 10px;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .teach_name b {
  font-size: 18px;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .teach_name span {
  font-size: 16px;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .teacher_intro {
  display: flex;
  align-items: flex-start;
  margin: 0px 0 15px 0;
  height: 70px;
  overflow: hidden;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .teacher_intro .intro_l {
  width: 115px;
padding-left: 10px;
font-size: 16px;
font-weight: bold;
position: relative;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .teacher_intro .intro_l::before {
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  background: url('http://cpa.gaodun.cn/static/images/teach_tit.png') no-repeat center;
  left: 0;
  top: 0;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .teacher_intro .intro_l2::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 26px;
  background: url('http://cpa.gaodun.cn/static/images/teach_bd.png') no-repeat center;
  left: 0;
  top: 0;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .teacher_intro .intro_r {
  flex: 1;
  font-size: 14px;
  line-height: 24px;
  height: 70px;
  overflow: hidden;
}
.newdisassemble .allteachers .all_teach .teacher_wrap .every_teacher .teacher_info .info_right .mgbtm {
  margin: 20px 0 15px 0;
}
.newdisassemble .allteachers .all_teach .swiper-pagination4 {
  text-align: center;
  /* margin-top: -16px;
  padding-left: 400px; */
}
.newdisassemble .allteachers .all_teach .swiper-pagination4 .swiper-pagination-bullet {
  width: 25px;
  height: 7px;
  border-radius: 7px;
  background-color: #999fa4;
}
.newdisassemble .allteachers .all_teach .twoswitch {
  position: absolute;
  bottom: 58px;
  right: 47px;
  width: 76px;
  height: 38px;
  display: flex;
  z-index: 14;
}
.newdisassemble .allteachers .all_teach .twoswitch .goleft {
  width: 38px;
  height: 38px;
  background: url('http://cpa.gaodun.cn/static/images/swiparr.png') no-repeat center;
  background-color: #ffca80;
}
.newdisassemble .allteachers .all_teach .twoswitch .goright {
  width: 38px;
  height: 38px;
  background: url('http://cpa.gaodun.cn/static/images/swiparr.png') no-repeat center;
  transform: rotate(180deg);
  background-color: #ffca80;
}
.newdisassemble .allteachers .all_teach .twoswitch .goleft:hover,
.newdisassemble .allteachers .all_teach .twoswitch .goright:hover {
  cursor: pointer;
  background-color: #ff9600;
}
.n_titile {
  font-size: 36px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  line-height: 100px;
}
.n_titile .n_tit {
  position: relative;
  z-index: 4;
  color: #333;
}
.n_titile .n_tit .letterbg {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  bottom: -36px;
  z-index: 10;
  font-size: 16px;
  color: #ebebeb;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #0f0f0f;
}
.n_titile .n_tit span {
  font-size: 30px;
  position: relative;
}
.n_titile .n_tit span i {
  color: #f4812e;
  font-style: normal;
}
.n_titile .n_tit span::before {
  content: '';
  width: 62px;
  height: 18px;
  background: url('http://cpa.gaodun.cn/static/images/title_before.png') no-repeat center;
  position: absolute;
  left: -80px;
  bottom: 12px;
}
.n_titile .n_tit span::after {
  content: '';
  width: 62px;
  height: 18px;
  background: url('http://cpa.gaodun.cn/static/images/title_aft.png') no-repeat center;
  position: absolute;
  right: -80px;
  bottom: 12px;
}
.n_titile .n_tit .span1::before {
  content: '';
  width: 184px;
  height: 56px;
  background: url('http://cpa.gaodun.cn/static/images/mynewtit1.png') no-repeat center;
  position: absolute;
  left: -194px;
  bottom: 6px;
}
.n_titile .n_tit .span1::after {
  content: '';
  width: 134px;
  height: 34px;
  background: url('http://cpa.gaodun.cn/static/images/mynewtit2.png') no-repeat center;
  position: absolute;
  right: -154px;
  bottom: -8px;
}
.n_titile .n_tit .whitetit {
  color: #0f0f0f;
  background-color: transparent;
}
.n_titile .n_tit .whitetit i {
  color: #ff6b2b;
}
.n_titile .n_tit .whitetit2 {
  color: #333;
  background-color: transparent;
}
.n_titile .n_tit .whitetit2 i {
  color: #ff6b2b;
}
.n_titile .n_tit .whitetit::before {
	content: '';
	width: 120px;
	height: 48px;
	background: url('http://cpa.gaodun.cn/static/images/line_l.png') no-repeat center;
	position: absolute;
	top: -5px;
	margin-left: -50px;
}
.n_titile .n_tit .whitetit::after {
	content: '';
	width: 120px;
	height: 48px;
	background: url('http://cpa.gaodun.cn/static/images/line_r.png') no-repeat center;
	position: absolute;
	top: -5px;
	margin-right: -40px;
}
.n_titile .n_tit .whitetit2::before {
  content: '';
  width: 62px;
  height: 18px;
  background: url('https://kaoyan.gaodun.com/images/tit.png') no-repeat center;
  position: absolute;
  left: -80px;
  bottom: 12px;
}
.n_titile .n_tit .whitetit2::after {
  content: '';
  width: 62px;
  height: 18px;
  background: url('https://kaoyan.gaodun.com/images/tit.png') no-repeat center;
  position: absolute;
  right: -80px;
  bottom: 12px;
}
.n_titile .n_tit2 {
  color: #fff;
}
.sm_sl {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -10px;
}
.minitit {
  color: #aeaeae;
  font-size: 16px;
  margin-top: -9px;
}
.advantage {
  height: 772px;
  padding-top: 60px;
}
.advantage .advantage_center {
  height: 496px;
  margin-top: 78px;
  background: url('http://cpa.gaodun.cn/static/images/ysbg.png') no-repeat center;
}
.channelDrop .channelList2 {
  position: relative;
  height: 32px;
  line-height: 32px;
  margin-top: 23px;
  padding-left: 18px;
  border-left: 1px solid #ccc;
  font-size: 21px;
  color: #333333;
}
.item_courseinfo_mask.to_course_left {
  right: auto;
  left: -353px;
  padding-right: 9px;
  padding-left: 0;
}

.consult{ width:50px; position:fixed; top:245px; right:0; z-index:999999;position: fixed;top: 30%;right: -150px;width: 200px;/*height: 100%;background-color: #fff;*/z-index: 990;}
.consult li{ background:#F96203; height:50px; text-align:center; font-size:14px; color:#fff; border-radius:3px; margin-bottom:2px; cursor:pointer; position:relative}
.consult li:before{ content:""; background:url(https://www.gaodun.com/cpa/zhinan/images/consult-lcon.png) no-repeat; width:50px; height:50px; position:absolute; top:0; left:0}
.consult li.consult-wk:before{ background-position:0 0}
.consult li.consult-zx:before{ background-position:0 -50px}
.consult li.consult-dh:before{ background-position:0 -100px}
.consult li.consult-wx:before{ background-position:0 -150px}
.consult li.consult-sq:before{ background-position:0 -200px}
.consult li.consult-zl:before{ background-position:0 -250px}
.consult li.consult-close:before{ display:none}
.consult li a{ display:block; width:50px; height:50px; position:relative; z-index:9}
.consult li.consult-dh span,.consult li.consult-wk span,.consult li.consult-zx span,.consult li.consult-zl span{ position:absolute; background:#F96203; padding:0 10px; white-space:nowrap; height:50px; text-align:center; line-height:50px; font-size:14px; color:#fff; border-radius:3px; opacity:0; transition:all 0.3s linear; top:0; right:-20px}
.consult li.consult-dh:hover span,.consult li.consult-wk:hover span,.consult li.consult-zx:hover span,.consult li.consult-zl:hover span{ right:0; opacity:1}
.consult li.consult-wx span,.consult li.consult-sq span{ position:absolute; background:#F96203; width:112px; padding:0 9px 9px; border-radius:3px; display:none; right:40px; bottom:0}
.consult li.consult-wx span i,.consult li.consult-sq span i{ display:block; font-style:normal; font-size:13px; color:#fff; line-height:18px; padding:5px 0 4px}
.consult li.consult-wx:hover span,.consult li.consult-sq:hover span{ right:200px; display:block}
.consult li.consult-wechat img{ width:100px; margin-top:-50px; position:absolute; top:50%; left:-100px; z-index:1; opacity:0}
.consult li.consult-close{ background:#BBB; height:30px; line-height:30px; margin-bottom:0}




  /* 左侧导航栏 */
			
	.left-guides {
			    width: 60px;
			    position: fixed;
			    top: 24%;
			    left: 35px;
			    z-index: 9999;
				
			}
			
			.left-guide {
			    width: 100%;
			    background: #FFFFFF;
			    position: relative;
			    z-index: 9999;
				box-shadow: 0 -4px 12px 0 rgba(25,28,31, .08), 0 12px 18px 0 rgba(25,28,31, .2);
				}
			}
	
			.little-img {
			    position: absolute;
			    top: -60px;
			    left: 0;
			}
			
			.left-guide>ul {
			    display: flex;
			    flex-direction: column;
			    align-items: center;
			    justify-content: center;
			}
			
			.left-guide>ul>li>a {
			    height: 84px;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    flex-direction: column;
			}
			
			.left-guide>ul>li>a {
			    color: #fff;
			    font-size: 12px;
			}
			
			.left-guide ul li a img {
			    margin-bottom: 3px;
			}
			
			.left-guide ul .last-li {
			    width: 100%;
			    height: 75px;
			    background: #f96203;
			    display: flex;
			    justify-content: center;
			    align-items: center;
			    cursor: pointer;
			}
			
			.left-guide .hides {
			    transform: translate3d(-120%, 0, 0);
			    opacity: 0 !important;
			}
			
			.left-guide ul .last-li>img {
			    transform: rotate(180deg);
			    transition: all .3s ease;
			}
			
			.left-guide .left-nav {
			    width: 212px;
			    height: 283px;
			    background: #286ADE;
			    opacity: 0.8;
			    position: absolute;
			    top: 0;
			    left: 60px;
			    padding: 24px 23px 20px 20px;
			    z-index: 999;
			    overflow: hidden;
			    transition: all .3s;
			}
			
			.left-guide .left-nav .item1 {
			    overflow: hidden;
			}
			.left-guide .left-nav .item1 strong{
			    margin-top: 10px;
			    margin-bottom: 10px;
				font-weight: bold;
			}
			
			.left-guide .left-nav .item1 h4 {
			    font-size: 14px;
			    color: #FFFFFF;
			    margin-bottom: 3px;
			}
			
			.left-guide .left-nav .item1 ul {
			    display: flex;
			    flex-wrap: wrap;
			    justify-content: flex-start;
			    align-items: center;
			}
			
			.left-guide .left-nav .item1 ul li {
			    text-align: left;
			    margin: 0 20px 8px 0;
			}
			
			.left-guide .left-nav .item1 ul li:nth-child(6),
			.left-guide .left-nav .item2 ul li:nth-child(2) {
			    margin-right: 0;
			}
			
			.left-guide .left-nav .item1 ul li a {
			    font-size: 12px;
			    color: #FFFFFF;
			}
			
			.left-guide .left-nav .item1 ul li a:hover {
			    color: #fff;
			}
			
			/*左侧导航栏 -end */
			
	
	/* 右侧导航栏 */
    .rightFloatNav{width:68px;position:fixed;top:45%;right:30px;z-index:99;font:14px/1.5 "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1,\9ED1\4F53","Heiti SC",tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;color:#666;}
    .rightFloatNav .rightFloatNav-list,.rightFloatNav .rf-returnTop{background:#fff;border:1px solid #ecedee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 3px 11px rgba(217,217,217,.5);-moz-box-shadow:0 3px 11px rgba(217,217,217,.5);box-shadow:0 3px 11px rgba(217,217,217,.5);}
    .rightFloatNav .rightFloatNav-list li{padding:4px;text-align:center;position:relative;z-index:1;}
    .rightFloatNav .rightFloatNav-list li a,.rightFloatNav .rf-returnTop a{height:54px;padding-top:6px;line-height:24px;display:block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:12px;color:#666;}
    .rightFloatNav .rightFloatNav-list li i,.rightFloatNav .rf-returnTop i,.rightFloatNav .rightFloatNav-switch-icon{background:url(https://img.gaodun.cn/uploads/2206/256-22061510413Hb.png) no-repeat center top;}
    .rightFloatNav .rightFloatNav-list li i,.rightFloatNav .rf-returnTop i{width:30px;height:30px;margin:0 auto;display:block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;*cursor:pointer;}
    .rightFloatNav .rightFloatNav-list li .rf-online-icon{background-position:center -60px;}
    .rightFloatNav .rightFloatNav-list li .rf-app-icon{background-position:center -120px;}
    .rightFloatNav .rightFloatNav-list li .rf-weixin-icon{background-position:center -180px;}
    .rightFloatNav .rightFloatNav-list li .rf-fankui-icon{background-position:center -240px;}
    .rightFloatNav .rightFloatNav-list li a:hover,.rightFloatNav .rf-returnTop a:hover{color:#fff;text-decoration:none;background:#fd7400;}
    .rightFloatNav .rightFloatNav-list li a:hover i{background-position:center -30px;}
    .rightFloatNav .rightFloatNav-list li a:hover .rf-online-icon{background-position:center -90px;}
    .rightFloatNav .rightFloatNav-list li a:hover .rf-app-icon{background-position:center -150px;}
    .rightFloatNav .rightFloatNav-list li a:hover .rf-weixin-icon{background-position:center -210px;}
    .rightFloatNav .rightFloatNav-list li a:hover .rf-fankui-icon{background-position:center -270px;}
    .rightFloatNav .rightFloatNav-layer{width:80px;height:106px;padding:11px 14px 0 10px;line-height:28px;font-size:12px;color:#666;background:url(https://img.gaodun.cn/uploads/2206/256-220615104213C8.png) no-repeat;position:absolute;left:-105px;top:-22px;display:none;}
    .rightFloatNav .rightFloatNav-layer img{display:block;margin:0 auto;}
    .rightFloatNav .rightFloatNav-list li:hover .rightFloatNav-layer{display:block;}
  .rightFloatNav .rightFloatNav-list .rightFloatNav-app-layer{width:345px;height:145px;padding:13px 0 0 7px;left:-352px;top:-45px;background:url(https://img.gaodun.cn/uploads/2206/256-220615104250463.png) no-repeat;}
    .rightFloatNav .rightFloatNav-list .rightFloatNav-app-ewm{width:112px;line-height:16px;text-align:center;}
    .rightFloatNav .rightFloatNav-list .rightFloatNav-app-ewm img{display:block;margin:0 auto 4px;}
    .rightFloatNav .rightFloatNav-list .rightFloatNav-app-info{height:115px;padding:5px 0 0 12px;margin-left:113px;line-height:24px;border-left:1px solid #f2f2f2;text-align:left;}
    .rightFloatNav .rightFloatNav-list .rightFloatNav-app-info a{color:#07bdc7;display:inline;height:auto;padding:0;line-height:normal;}
    .rightFloatNav .rightFloatNav-list .rightFloatNav-app-info a:hover{background:none;color:#07bdc7;text-decoration:underline;}
    .rightFloatNav .rf-returnTop{padding:4px;text-align:center;margin-top:16px;vertical-align:top;display:none;}
    .rightFloatNav .rf-returnTop i{background-position:center -300px;}
    .rightFloatNav .rf-returnTop a:hover i{background-position:center -330px;}
    .rightFloatNav .rightFloatNav-switch-icon{width:16px;height:24px;overflow:hidden;line-height:240px;position:absolute;left:-16px;top:126px;background-position:right -363px;}
    .rightFloatNav .rightFloatNav-switch-icon:hover{opacity:0.7;filter:alpha(opacity=70);}
    .rightFloatNav-switch .rightFloatNav-switch-icon{background-position:right -393px;}
  /*.rightFloatNav .rightFloatNav-newPeople{margin-bottom:3px;display:none;-webkit-animation:hatch 4s 0s infinite both;-moz-animation:hatch 4s 0s infinite both;-o-animation:hatch 4s 0s infinite both;animation:hatch 4s 0s infinite both}
  .rightFloatNav .rightFloatNav-newPeople img{display:block;margin:0 auto;}*/
    .rightFloatNav .rightFloatNav-newPeople{ position:absolute; left:-15px; top:-78px;}
  .rightFloatNav .rightFloatNav-newPeople span{ display:block; position:absolute; left:0; top:0;}
    @-webkit-keyframes hatch{
        0%{-webkit-transform:rotate(0deg)}
        5%{-webkit-transform:rotate(-4deg)}
        9%{-webkit-transform:rotate(4deg)}
        13%{-webkit-transform:rotate(-4deg)}
        16%{-webkit-transform:rotate(2deg)}
        20%{-webkit-transform:rotate(-2deg)}
        25%{-webkit-transform:rotate(0deg)}
    }
    @-moz-keyframes hatch{
        0%{-moz-transform:rotate(0deg)}
        5%{-moz-transform:rotate(-4deg)}
        9%{-moz-transform:rotate(4deg)}
        13%{-moz-transform:rotate(-4deg)}
        16%{-moz-transform:rotate(2deg)}
        20%{-moz-transform:rotate(-2deg)}
        25%{-moz-transform:rotate(0deg)}
    }
    @-o-keyframes hatch{
        0%{-o-transform:rotate(0deg)}
        5%{-o-transform:rotate(-4deg)}
        9%{-o-transform:rotate(4deg)}
        13%{-o-transform:rotate(-4deg)}
        16%{-o-transform:rotate(2deg)}
        20%{-o-transform:rotate(-2deg)}
        25%{-o-transform:rotate(0deg)}
    }
    @keyframes hatch{
        0%{transform:rotate(0deg)}
        5%{transform:rotate(-4deg)}
        9%{transform:rotate(4deg)}
        13%{transform:rotate(-4deg)}
        16%{transform:rotate(2deg)}
        20%{transform:rotate(-2deg)}
        25%{transform:rotate(0deg)}
    }
	/* 右侧导航栏 - end */
	
	
.block-7{ background:#F9F9F9; padding:56px 0 46px}
.block-7 .prepare-cont{ margin-top:38px}
.block-7 .prepare-left{ float:left; background:#FFF; width:256px; height:482px; padding:0 24px; border-radius:7px; box-shadow:rgba(0,0,0,.16) 0 0 7px}
.block-7 .prepare-left .prepareL-title{ font-size:24px; color:#333; line-height:28px; text-align:center; padding-top:23px}
.block-7 .prepare-left .radio-right{ overflow:hidden; padding:51px 0px 18px 0px}
.block-7 .prepare-left .radio-right .opt{ max-width:128px; height:20px; line-height:16px; margin-bottom:13px}
.block-7 .prepare-left .radio-right .gender-radio{ position: absolute; display: none;}
.block-7 .prepare-left .radio-right label{position: relative; display: block; line-height:19px; padding-left:20px; cursor: pointer; vertical-align: middle; color:#333; font-size:16px}
.block-7 .prepare-left .radio-right .gender-radio + label:after{ position: absolute; display: none; content: ''; }
.block-7 .prepare-left .radio-right label:before{ position: absolute; top:3px; left:0; display: inline-block; width: 12px; height: 12px; content: ''; border:solid 1px #E62B1A;}
.block-7 .prepare-left .radio-right .gender-radio + label:after{ top:-1px; left:2px; width:18px; height:18px; background:url(https://acca.gaodun.cn/skin/images/icon.png) no-repeat; background-position:-41px 0}
.block-7 .prepare-left .radio-right .gender-radio:checked + label:after{ display: block; }
.block-7 .prepare-left .ipt{ padding:0; border-bottom:solid 1px #333; margin-bottom:26px}
.block-7 .prepare-left .ipt label{ float:left; width:46px; font-size:18px; color:#999; line-height:29px}
.block-7 .prepare-left .ipt input{ float:left; width:200px; height:29px; border:none; padding:0; font-size:16px; color:#333; outline:none}
.block-7 .prepare-left .submit{ padding:3px 0 0 8px; overflow:hidden}
.block-7 .prepare-left .submit input{ float:left; background:#E51C2C; width:240px; height:58px; text-align:center; border:none; font-size:24px; color:#fff; cursor:pointer; outline:none}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#29a770;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#29a770;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#29a770;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#29a770;
}
.block-7 .prepare-right{ float:right; width:864px}
.block-7 .prepare-top{ position:relative}
.block-7 .prepare-top:before{ content:""; position:absolute; background:#999; width:896px; height:1px; bottom:0; left:-32px}
.block-7 .prepare-top span{ float:left; font-size:24px; color:#333; line-height:28px; padding-bottom:28px; margin-right:60px; cursor:pointer; position:relative}
.block-7 .prepare-top span:before{ content:""; position:absolute; background:#E62B1A; width:100%; height:2px; bottom:0; left:0; display:none}
.block-7 .prepare-top span.on:before{ display:block}
.block-7 .prepare-bom{ padding-top:32px}
.block-7 .prepare-bom ul{ overflow:hidden; display:none}
.block-7 .prepare-bom li{ float:left; width:272px; margin-right:16px}
.block-7 .prepare-bom dt{ width:272px; height:192px; margin-bottom:23px; overflow:hidden}
.block-7 .prepare-bom dt a img{ width: 100%;}
.block-7 .prepare-bom dd{ font-size:14px; color:#666; line-height:19px; padding:4px 0 5px}
.block-7 .prepare-bom dd a{
   display: block;
   width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.block-7 .prepare-bom dd a:hover{ color:#e51c2c}


.n_titile {
  font-size: 36px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  line-height: 100px;
}
.n_titile .n_tit {
  position: relative;
  z-index: 4;
  color: #333;
}
.n_titile .n_tit .letterbg {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  bottom: -36px;
  z-index: 10;
  font-size: 16px;
  color: #ebebeb;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #0f0f0f;
}
.n_titile .n_tit span {
  font-size: 30px;
  position: relative;
}
.n_titile .n_tit span i {
  color: #f4812e;
  font-style: normal;
}
.n_titile .n_tit span::before {
  content: '';
  width: 62px;
  height: 18px;
  background: url('http://cpa.gaodun.cn/static/images/title_before.png') no-repeat center;
  position: absolute;
  left: -80px;
  bottom: 12px;
}
.n_titile .n_tit span::after {
  content: '';
  width: 62px;
  height: 18px;
  background: url('http://cpa.gaodun.cn/static/images/title_aft.png') no-repeat center;
  position: absolute;
  right: -80px;
  bottom: 12px;
}
.n_titile .n_tit .span1::before {
  content: '';
  width: 184px;
  height: 56px;
  background: url('http://cpa.gaodun.cn/static/images/mynewtit1.png') no-repeat center;
  position: absolute;
  left: -194px;
  bottom: 6px;
}
.n_titile .n_tit .span1::after {
  content: '';
  width: 134px;
  height: 34px;
  background: url('http://cpa.gaodun.cn/static/images/mynewtit2.png') no-repeat center;
  position: absolute;
  right: -154px;
  bottom: -8px;
}
.n_titile .n_tit .whitetit {
  color: #0f0f0f;
  background-color: transparent;
}
.n_titile .n_tit .whitetit i {
  color: #ff6b2b;
}
.n_titile .n_tit .whitetit2 {
  color: #333;
  background-color: transparent;
}
.n_titile .n_tit .whitetit2 i {
  color: #ff6b2b;
}
.n_titile .n_tit .whitetit::before {
	content: '';
	width: 120px;
	height: 48px;
	background: url('http://cpa.gaodun.cn/static/images/line_l.png') no-repeat center;
	position: absolute;
	top: -5px;
	margin-left: -50px;
}
.n_titile .n_tit .whitetit::after {
	content: '';
	width: 120px;
	height: 48px;
	background: url('http://cpa.gaodun.cn/static/images/line_r.png') no-repeat center;
	position: absolute;
	top: -5px;
	margin-right: -40px;
}
.n_titile .n_tit .whitetit2::before {
  content: '';
  width: 62px;
  height: 18px;
  background: url('https://kaoyan.gaodun.com/images/tit.png') no-repeat center;
  position: absolute;
  left: -80px;
  bottom: 12px;
}
.n_titile .n_tit .whitetit2::after {
  content: '';
  width: 62px;
  height: 18px;
  background: url('https://kaoyan.gaodun.com/images/tit.png') no-repeat center;
  position: absolute;
  right: -80px;
  bottom: 12px;
}
.n_titile .n_tit2 {
  color: #fff;
}